home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-06-21 | 532 b | 16 lines | [TEXT/edF6] |
- *******************************
- **Fantasm V4 PowerPC demo #1
- **Opens two windows and runs various graphical tests
- **
- **File:PPC_graph_demo_bss.s
- **Global data offsets in BSS for ppc_graph_demo
- **Date: 3rd Dec.95
- **©Lightsoft 1995.
-
- **read/write data goes in BSS.
- qd: rs.b 208 *208 bytes for QD variables (Used to be 206)
- window_1_ptr: rs.w 1 *storage of window #1 pointer
- window_2_ptr: rs.w 1 *storage of window #2 pointer
- viewrect_1: rs.w 4 *The viewrect of the window
- viewrect_2: rs.w 4 *A copy of the viewrect for the circles
-